From c72b511056f62a72c63cee88b883686942b3f9e1 Mon Sep 17 00:00:00 2001 From: robertl Date: Wed, 19 May 2010 11:53:07 +0000 Subject: [PATCH] Run lupdate and lrelease when building Mac GUI. (Why Mac? Because it gets done regularly and I couldn't find a better place...) git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3946 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gpsbabel/Makefile.in b/gpsbabel/Makefile.in index d9fae656c..73a8e5ffa 100644 --- a/gpsbabel/Makefile.in +++ b/gpsbabel/Makefile.in @@ -349,6 +349,8 @@ mac-gui: gpsbabel file gpsbabel | grep '2 architectures' || exit 1 file gui/objects/gpsbabelfe-bin.app/Contents/MacOS/gpsbabelfe-bin | grep '2 architectures' || exit 1 cd gui ; qmake && xcodebuild + lupdate + lrelease cp gpsbabel gui/objects/gpsbabelfe-bin.app/Contents/MacOS cp -r gui/help gui/objects/gpsbabelfe-bin.app/Contents/MacOS cp gui/gmapbase.html gui/objects/gpsbabelfe-bin.app/Contents/MacOS -- 2.30.2